func path/filepath.readDir

2 uses

	path/filepath (current package)
		path.go#L394: 	dirs, err := readDir(path)
		path.go#L515: func readDir(dirname string) ([]fs.DirEntry, error) {